ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence Namespace / SnapshotSerializer Class / Save Method / Save<T>(FileInfo,T,Boolean) Method
snapshot Type
output file
snapshot data
specifies if snapshot data is formatted

In This Topic
    Save<T>(FileInfo,T,Boolean) Method
    In This Topic
    Save snapshot to specified file
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Save(Of T)( _
       ByVal file As FileInfo, _
       ByVal data As T, _
       Optional ByVal formatted As Boolean _
    ) 
    public static void Save<T>( 
       FileInfo file,
       T data,
       bool formatted
    )

    Parameters

    file
    output file
    data
    snapshot data
    formatted
    specifies if snapshot data is formatted

    Type Parameters

    T
    snapshot Type
    See Also